home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
GAME_CGA
/
FORD1.LZH
/
FORD.BAT
next >
Wrap
DOS Batch File
|
1989-08-01
|
585b
|
20 lines
@Echo off
echo off
:ReTry
CLS
IF exist FORD89.EXE goto run
Echo ╔═════════════════════════════════════════╗
Echo ║ ║
Echo ║ Please insert the FORD SIMULATOR II ║
Echo ║ disk number One ║
Echo ║ in the current drive, ║
Echo ║ and press SPACEBAR to continue... ║
Echo ║ ║
Echo ║ (Press [CONTROL-C] to exit) ║
Echo ╚═════════════════════════════════════════╝
Pause > NUL:
GoTo ReTry
GoTo ReTry
:run
FORD89